Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_Login
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Panel1 = New System.Windows.Forms.Panel()
26         Me.lblName = New System.Windows.Forms.Label()
27         Me.Label3 = New System.Windows.Forms.Label()
28         Me.Panel2 = New System.Windows.Forms.Panel()
29         Me.lblPass = New System.Windows.Forms.Label()
30         Me.lblLogin = New System.Windows.Forms.Label()
31         Me.cmboxLoginType = New System.Windows.Forms.ComboBox()
32         Me.txtUserID = New System.Windows.Forms.TextBox()
33         Me.txtPass = New System.Windows.Forms.TextBox()
34         Me.btnLogin = New System.Windows.Forms.Button()
35         Me.btnCancel = New System.Windows.Forms.Button()
36         Me.Panel2.SuspendLayout()
37         Me.SuspendLayout()
38         
'
39         
'Panel1
40         
'
41         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
42         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
43         Me.Panel1.Location = New System.Drawing.Point(
1, 353)
44         Me.Panel1.Name =
"Panel1"
45         Me.Panel1.Size = New System.Drawing.Size(
410, 21)
46         Me.Panel1.TabIndex =
42
47         
'
48         
'lblName
49         
'
50         Me.lblName.AutoSize = True
51         Me.lblName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
52         Me.lblName.ForeColor = System.Drawing.Color.SteelBlue
53         Me.lblName.Location = New System.Drawing.Point(
49, 95)
54         Me.lblName.Name =
"lblName"
55         Me.lblName.Size = New System.Drawing.Size(
60, 16)
56         Me.lblName.TabIndex =
40
57         Me.lblName.Text =
"User ID"
58         
'
59         
'Label3
60         
'
61         Me.Label3.AutoSize = True
62         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
63         Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
64         Me.Label3.Location = New System.Drawing.Point(
155, 5)
65         Me.Label3.Name =
"Label3"
66         Me.Label3.Size = New System.Drawing.Size(
78, 29)
67         Me.Label3.TabIndex =
8
68         Me.Label3.Text =
"Login"
69         
'
70         
'Panel2
71         
'
72         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
73         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
74         Me.Panel2.Controls.Add(Me.Label3)
75         Me.Panel2.Location = New System.Drawing.Point(
1, 0)
76         Me.Panel2.Name =
"Panel2"
77         Me.Panel2.Size = New System.Drawing.Size(
410, 39)
78         Me.Panel2.TabIndex =
41
79         
'
80         
'lblPass
81         
'
82         Me.lblPass.AutoSize = True
83         Me.lblPass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
84         Me.lblPass.ForeColor = System.Drawing.Color.SteelBlue
85         Me.lblPass.Location = New System.Drawing.Point(
49, 130)
86         Me.lblPass.Name =
"lblPass"
87         Me.lblPass.Size = New System.Drawing.Size(
76, 16)
88         Me.lblPass.TabIndex =
39
89         Me.lblPass.Text =
"Password"
90         
'
91         
'lblLogin
92         
'
93         Me.lblLogin.AutoSize = True
94         Me.lblLogin.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.lblLogin.ForeColor = System.Drawing.Color.SteelBlue
96         Me.lblLogin.Location = New System.Drawing.Point(
49, 166)
97         Me.lblLogin.Name =
"lblLogin"
98         Me.lblLogin.Size = New System.Drawing.Size(
86, 16)
99         Me.lblLogin.TabIndex =
38
100         Me.lblLogin.Text =
"Login Type"
101         
'
102         
'cmboxLoginType
103         
'
104         Me.cmboxLoginType.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.cmboxLoginType.FormattingEnabled = True
106         Me.cmboxLoginType.Items.AddRange(New Object() {
"Employee", "Admin"})
107         Me.cmboxLoginType.Location = New System.Drawing.Point(
159, 166)
108         Me.cmboxLoginType.Name =
"cmboxLoginType"
109         Me.cmboxLoginType.Size = New System.Drawing.Size(
202, 23)
110         Me.cmboxLoginType.TabIndex =
3
111         Me.cmboxLoginType.Text =
"Select - Login Type"
112         
'
113         
'txtUserID
114         
'
115         Me.txtUserID.Location = New System.Drawing.Point(
157, 94)
116         Me.txtUserID.Name =
"txtUserID"
117         Me.txtUserID.Size = New System.Drawing.Size(
204, 20)
118         Me.txtUserID.TabIndex =
1
119         
'
120         
'txtPass
121         
'
122         Me.txtPass.Location = New System.Drawing.Point(
157, 129)
123         Me.txtPass.Name =
"txtPass"
124         Me.txtPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
125         Me.txtPass.Size = New System.Drawing.Size(
204, 20)
126         Me.txtPass.TabIndex =
2
127         
'
128         
'btnLogin
129         
'
130         Me.btnLogin.BackColor = System.Drawing.Color.SteelBlue
131         Me.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand
132         Me.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
133         Me.btnLogin.ForeColor = System.Drawing.Color.White
134         Me.btnLogin.Location = New System.Drawing.Point(
157, 204)
135         Me.btnLogin.Name =
"btnLogin"
136         Me.btnLogin.Size = New System.Drawing.Size(
99, 31)
137         Me.btnLogin.TabIndex =
4
138         Me.btnLogin.Text =
"Login"
139         Me.btnLogin.UseVisualStyleBackColor = False
140         
'
141         
'btnCancel
142         
'
143         Me.btnCancel.BackColor = System.Drawing.Color.SteelBlue
144         Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
145         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
146         Me.btnCancel.ForeColor = System.Drawing.Color.White
147         Me.btnCancel.Location = New System.Drawing.Point(
262, 204)
148         Me.btnCancel.Name =
"btnCancel"
149         Me.btnCancel.Size = New System.Drawing.Size(
99, 31)
150         Me.btnCancel.TabIndex =
5
151         Me.btnCancel.Text =
"Cancel"
152         Me.btnCancel.UseVisualStyleBackColor = False
153         
'
154         
'Frm_Login
155         
'
156         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
157         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
158         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
159         Me.ClientSize = New System.Drawing.Size(
409, 375)
160         Me.Controls.Add(Me.Panel1)
161         Me.Controls.Add(Me.lblName)
162         Me.Controls.Add(Me.Panel2)
163         Me.Controls.Add(Me.lblPass)
164         Me.Controls.Add(Me.lblLogin)
165         Me.Controls.Add(Me.cmboxLoginType)
166         Me.Controls.Add(Me.txtUserID)
167         Me.Controls.Add(Me.txtPass)
168         Me.Controls.Add(Me.btnLogin)
169         Me.Controls.Add(Me.btnCancel)
170         Me.MaximizeBox = False
171         Me.Name =
"Frm_Login"
172         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
173         Me.Text =
"Frm_Login"
174         Me.Panel2.ResumeLayout(False)
175         Me.Panel2.PerformLayout()
176         Me.ResumeLayout(False)
177         Me.PerformLayout()
178
179     End Sub
180     Friend WithEvents Panel1 As System.Windows.Forms.Panel
181     Friend WithEvents lblName As System.Windows.Forms.Label
182     Friend WithEvents Label3 As System.Windows.Forms.Label
183     Friend WithEvents Panel2 As System.Windows.Forms.Panel
184     Friend WithEvents lblPass As System.Windows.Forms.Label
185     Friend WithEvents lblLogin As System.Windows.Forms.Label
186     Friend WithEvents cmboxLoginType As System.Windows.Forms.ComboBox
187     Friend WithEvents txtUserID As System.Windows.Forms.TextBox
188     Friend WithEvents txtPass As System.Windows.Forms.TextBox
189     Friend WithEvents btnLogin As System.Windows.Forms.Button
190     Friend WithEvents btnCancel As System.Windows.Forms.Button
191 End Class


Gõ tìm kiếm nhanh...